home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / panic_pi.swf / scripts / DefineButton2_317 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  141b  |  9 lines

  1. on(release){
  2.    if(Paused eq "False")
  3.    {
  4.       stopAllSounds();
  5.       call("/Library:Clear_Level");
  6.       call("GoToMenu");
  7.    }
  8. }
  9.